home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Amiga / Docs / amiga.readme < prev    next >
Text File  |  1995-02-13  |  2KB  |  48 lines

  1. Update for release 4.12:
  2. ported Unix changes back to the amiga. Includes adding the speedmode option,
  3. and being more informative as far as the version number is concerned...
  4. I think I need to devise something for the handling of version numbers.
  5.  
  6. Update for release 4.6:
  7.  
  8. Mostly nothing has changed between 4.5 and 4.6...
  9.  
  10. Actually tracker 4.0 was not really useable... it did have some SERIOUS bugs.
  11.  
  12. Fixe up a stupid bug: the Quit menu item didn't work, but hanged the machine instead !
  13. Another stupid bug in the main.c code: I forgot to check for UI_QUIT returns, so clicking
  14. on the close window button from the gui startup `select song' requester was a sure way
  15. to lock tracker.
  16.  
  17. added v39 newlook menus for those not using MagicMenus. More tricky than I thought: you
  18. need to use GTMN_FrontPen in the CreateMenus() call !
  19.  
  20. added v39 code to set the busy pointer while the machine is not responding...
  21.  
  22. added wb2cli code, so workbench tracker actually works now.
  23.  
  24. --
  25.    March, the 2nd 1994
  26. --------------------------
  27.  
  28. Well, this version of tracker works on the amiga too.
  29. I happened to have the source of tracker with me and my amiga
  30. less than the usual 300 km far from me.
  31.  
  32. Astoundingly enough, it took me only 5 hours to bring tracker up to speed and
  33. running, except for some trivial bugs, and only about twenty lines to change
  34. in the usual tracker source. Of course, I cheated. Some people may remember
  35. a quite old project of mine on the amiga... I already had some code for the
  36. audio.device.
  37.  
  38. Then I came back home and I implemented the two-tasks model described in
  39. amiga.tech. The end result runs much more satisfactorily and in the end,
  40. it depends even less on the main program being optimized.
  41.  
  42. By the way, it should be a bit more difficult to port this tracker release
  43. to a version of amiga-unix, or you'll have to retrofit the whole user interface.
  44. I hope somebody will do it and send it back to me anyway. Thanks !
  45.  
  46.     Marc Espie, december the 26th 1993
  47.  
  48.